From: Ralf Baechle Date: Sun, 2 Apr 2006 12:17:58 +0000 (+0100) Subject: [MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~44484^2~28 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=13626a887fad4220bc7ca85f4b42ca8cfb805e11;p=linux-4.9.git [MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__. Signed-off-by: Ralf Baechle --- diff --git a/include/linux/mv643xx.h b/include/linux/mv643xx.h index 955d3069d727..edfa012fad3a 100644 --- a/include/linux/mv643xx.h +++ b/include/linux/mv643xx.h @@ -13,7 +13,7 @@ #ifndef __ASM_MV643XX_H #define __ASM_MV643XX_H -#ifdef __MIPS__ +#ifdef __mips__ #include #include #endif